public marks

PUBLIC MARKS from "Xavier Lacot" with tags search & solr

2013

FacetView

FacetView is a pure javascript frontend for ElasticSearch or SOLR search indices.

2012

2011

elasticsearch - blog - Percolator

ElasticSearch's new "Percolator" feature, which enabled to index queries and find which documents match them : instead of sending docs, indexing them, and then running queries, one sends queries, registers them, and then sends docs and finds out which queries match that doc.

2010

ElasticSearch - Open Source, Distributed, RESTful Search Engine

A distributed, highly available and restful search engine. It looks very promising and rather easy to deploy and have working. The killer feature : schema-less indexing (auto-discovery based on conventions). A serious concurrent to Solr ?

Scaling Lucene and Solr | Enterprise Search support for Apache Lucene and Solr by Lucid Imagination

An interesting article from Lucid Imagination employee Mark Miller about Scaling Solr. It gives a lot of good practices and tips on how to get the best out of one indexing machine, and explains how to use Solr built-in replication system.

2009

Plugins | uvmcSolrSearchPlugin | symfony | Web PHP Framework

Symfony Solr search plugin, which binds the Solr indexation / removal / search to Symfony events, and thus easily brings Solr search into Symfony projects. The (de-)indexation process could however be improved by overriding the save/delete model methods.